home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / ping_ai.swf / scripts / DefineButton2_41 / BUTTONCONDACTION on(release).as
Text File  |  2011-01-13  |  182b  |  9 lines

  1. on(release){
  2.    this._parent.left.k = 0.12;
  3.    this._parent.level = "one";
  4.    this._parent.filter = 15;
  5.    this._parent.go = "yes";
  6.    _root.ball.Begin();
  7.    _visible = 0;
  8. }
  9.